We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a9d70 commit 8d52526Copy full SHA for 8d52526
lib/prism/wasm.rb
@@ -24,6 +24,7 @@ module Prism # :nodoc:
24
module WASM
25
java_import org.ruby_lang.prism.wasm.Prism
26
27
+ # TODO: concurrency
28
PRISM = org.ruby_lang.prism.wasm.Prism.new
29
end
30
private_constant :WASM
0 commit comments