-
Notifications
You must be signed in to change notification settings - Fork 82
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
Working WASIX API #325
Closed
Closed
Working WASIX API #325
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4829823 - Browse repository at this point
Copy the full SHA 4829823View commit details -
Merge branch 'main' into new-wasmer-api
# Conflicts: # Cargo.lock # Cargo.toml # pkg/wasmer_wasi_js.js # pkg/wasmer_wasi_js_bg.wasm
Configuration menu - View commit details
-
Copy full SHA for d7843b7 - Browse repository at this point
Copy the full SHA d7843b7View commit details
Commits on Mar 5, 2023
-
Remove the global
Buffer
dependencyThe global `Buffer` is used for loading base64 encoded string. However, this **implicit** and **global** dependency makes some confusions and problems (#294, #305, and ruby/ruby.wasm#182). The use of `Buffer` here is limited, so we can easily replace this by using `atob` function. This simplifies user's build settings and reduces the file size since there is no need to include Buffer.
Configuration menu - View commit details
-
Copy full SHA for 3165877 - Browse repository at this point
Copy the full SHA 3165877View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51cc8f9 - Browse repository at this point
Copy the full SHA 51cc8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c9181 - Browse repository at this point
Copy the full SHA 89c9181View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f7e6df - Browse repository at this point
Copy the full SHA 8f7e6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 154c431 - Browse repository at this point
Copy the full SHA 154c431View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63fc370 - Browse repository at this point
Copy the full SHA 63fc370View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 149a793 - Browse repository at this point
Copy the full SHA 149a793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbef69 - Browse repository at this point
Copy the full SHA 5dbef69View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa983bc - Browse repository at this point
Copy the full SHA fa983bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189187f - Browse repository at this point
Copy the full SHA 189187fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e68c9 - Browse repository at this point
Copy the full SHA 38e68c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c7ce6 - Browse repository at this point
Copy the full SHA c8c7ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 639b13b - Browse repository at this point
Copy the full SHA 639b13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e92f53d - Browse repository at this point
Copy the full SHA e92f53dView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5c0e2f - Browse repository at this point
Copy the full SHA e5c0e2fView commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2eaf508 - Browse repository at this point
Copy the full SHA 2eaf508View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4306e8a - Browse repository at this point
Copy the full SHA 4306e8aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.