We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
(module (type $i (func (result i32))) (type $v (func)) (memory $0 256) (export "memory" (memory $0)) (func $test (type $v) (local $0 i32) ) )
The text was updated successfully, but these errors were encountered:
Add support for WebAssembly. Fix PrismJS#1140 and fix PrismJS#1384
24ce38b
660641a
bb287da
Add support for WebAssembly. Fix #1140 and fix #1384 (#1386)
c28d8c5
No branches or pull requests
Example:
The text was updated successfully, but these errors were encountered: