-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support Issue a Token on webpage #4
Comments
pick! |
|
Playground compiles dove into wasm to support web builds |
@jolestar I found rust target wasm32-unknown-emscripten support FS https://emscripten.org/docs/api_reference/Filesystem-API.html |
@jolestar I tried to compile move-compiler with target wasm32-unknown-emscripten , but I have two problems:
|
@jolestar Now, I have implemented Compile the move compiler to WASM, and call it in javascript. Is it possible to create a new project move-js based on https://github.com/yubing744/move-js at https://github.com/starcoinorg. Then, I will use move-js to Issue a Token on webpage. |
Great! Give me permission, I transfer the project to starcoinorg. |
I transferred the ownership of move-js to you. |
@jolestar I submitted a PR to complete this task. Transaction: |
Issue a Token on the webpage, and support some customization options, such as total issue amount, etc.
The most difficult part to achieve this requirement is: How to compile Move code on the webpage?
There are two possible approaches:
The text was updated successfully, but these errors were encountered: