-
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
cannot work on wasm32-unknown-unknown target from rust #39
Comments
same error when exporting from |
nvm. but when exporting with wasm32-wasi it does complain at me |
and after modifying the basic function to export the add function properly you then get met with
|
@walksanatora if you want a webassembly to luau solution probably https://github.com/Rerumu/Wasynth is your best bet. although just noticed you have an issue there too, unfortunately a bit late then. wasm2lua is still nice for everything else since they actually did the hard part supporting native lua, without luajit's |
when compiling for this target and then running wasm2lua on it you end up with
The text was updated successfully, but these errors were encountered: